home *** CD-ROM | disk | FTP | other *** search
- global nmaxpage, nminipage, syearstr, snextmovie, spastmovie, nnextfn, lmaxpagelist, lyearlist, presp, memframelabel
-
- on starteachyears
- mlist01setx()
- mlist02setx()
- cursor(4)
- myearchk()
- set tmpstr to "#" & chars(syearstr, 1, 5)
- set nmaxpage to getaProp(lmaxpagelist, value(tmpstr))
- set nminipage to 1
- set tmpcast to msearchcnum()
- put tmpcast
- preLoadCast(tmpcast, tmpcast + 50)
- set presp to 0
- end
-
- on startdcard
- set presp to 0
- mvisiblechk(3, 4, 0)
- end
-
- on startscard
- set presp to 0
- mvisiblechk(11, 20, 0)
- mvisiblechk(24, 31, 0)
- myearchk()
- end
-
- on myearchk
- set syearstr to the movie
- end
-